script language - definition. What is script language
Diclib.com
قاموس على الإنترنت

%ما هو (من)٪ 1 - تعريف

OBJECT ORIENTED PROGRAMMING LANGUAGE USED BY LOTUS NOTES
Lotus Script; Lotus Script programming language; LotusScript programming language; Lotusscript

Scripting language         
PROGRAMMING LANGUAGE FOR RUN-TIME EVENTS
Glue language; Script language; Script (computer programming); Script programming language; Extension language; Scripting languages; Shell language; Installation Scripts; Scripting Languages; Scripting-language; Application scripting; Script (computing); Scripting engine; Scripting Language; Client side and server side scripting; Scripting programming language; Scripted language; Scriptability; Scripting programming languages; Glue languages; Macro scripting language; Extension languages; Extension programming language
A scripting language or script language is a programming language that is used to manipulate, customize, and automate the facilities of an existing system. Scripting languages are usually interpreted at runtime rather than compiled.
scripting language         
PROGRAMMING LANGUAGE FOR RUN-TIME EVENTS
Glue language; Script language; Script (computer programming); Script programming language; Extension language; Scripting languages; Shell language; Installation Scripts; Scripting Languages; Scripting-language; Application scripting; Script (computing); Scripting engine; Scripting Language; Client side and server side scripting; Scripting programming language; Scripted language; Scriptability; Scripting programming languages; Glue languages; Macro scripting language; Extension languages; Extension programming language
<language> (Or "glue language") A loose term for any language that is weakly typed or untyped and has little or no provision for complex data structures. A program in a scripting language (a "script") is often interpreted (but see Ousterhout's dichotomy). Scripts typically interact either with other programs (often as glue) or with a set of functions provided by the interpreter, as with the file system functions provided in a UNIX shell and with Tcl's GUI functions. Prototypical scripting languages are AppleScript, C Shell, MS-DOS batch files and Tcl. (2001-03-06)
glue language         
PROGRAMMING LANGUAGE FOR RUN-TIME EVENTS
Glue language; Script language; Script (computer programming); Script programming language; Extension language; Scripting languages; Shell language; Installation Scripts; Scripting Languages; Scripting-language; Application scripting; Script (computing); Scripting engine; Scripting Language; Client side and server side scripting; Scripting programming language; Scripted language; Scriptability; Scripting programming languages; Glue languages; Macro scripting language; Extension languages; Extension programming language
<language> Any language, usually a scripting language, used to write glue to integrate tools and other programs to solve some problem. (1999-02-22)

ويكيبيديا

LotusScript

LotusScript is an object oriented programming language used by Lotus Notes (since version 4.0) and other IBM Lotus Software products.

LotusScript is similar to Visual Basic. Developers familiar with one can easily understand the syntax and structure of code in the other. The major differences between the two are in their respective Integrated Development Environments and in the product-specific object classes provided in each language that are included. VB includes a richer set of classes for UI manipulation, whereas LotusScript includes a richer set of application-specific classes for Lotus Notes, Lotus Word Pro and Lotus 1-2-3. In the case of Lotus Notes, there are classes to work with Notes databases, documents (records) in those databases, etc. These classes can also be used as OLE Automation objects outside the Lotus Notes environment, from Visual Basic.

LotusScript also allows the definition of user-defined types and classes, although it is not possible to inherit from the product-specific classes. LotusScript programs can access Microsoft Office documents by using the OLE automation in libraries from MS Office.